math/big.stack.w (field)

12 uses

	math/big (current package)
		nat.go#L278: 	w []Word
		nat.go#L295: 	s.w = s.w[:0]
		nat.go#L303: 	return len(s.w)
		nat.go#L314: 	s.w = s.w[:n]
		nat.go#L320: 	off := len(s.w)
		nat.go#L321: 	s.w = slices.Grow(s.w, nr)
		nat.go#L322: 	s.w = s.w[:off+nr]
		nat.go#L323: 	x := s.w[off : off+n : off+n]